home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / frame.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  118b  |  8 lines

  1. #ifndef __frame_h_
  2. #define __frame_h_
  3.  
  4. int frame_alloc( int Frames );
  5. void frame_free( int Frames, int obj );
  6.  
  7. #endif
  8.